• frmStaffRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStaffRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaffRecord))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.lblSet = New System.Windows.Forms.Label()
33         Me.Label1 = New System.Windows.Forms.Label()
34         Me.dgw = New System.Windows.Forms.DataGridView()
35         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
36         Me.txtStaffName = New System.Windows.Forms.TextBox()
37         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
38         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
39         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
40         Me.Button2 = New System.Windows.Forms.Button()
41         Me.Label5 = New System.Windows.Forms.Label()
42         Me.Label6 = New System.Windows.Forms.Label()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.Button4 = New System.Windows.Forms.Button()
45         Me.btnReset = New System.Windows.Forms.Button()
46         Me.Panel1 = New System.Windows.Forms.Panel()
47         Me.Panel2.SuspendLayout()
48         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
49         Me.GroupBox3.SuspendLayout()
50         Me.GroupBox1.SuspendLayout()
51         Me.Panel3.SuspendLayout()
52         Me.Panel1.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'Panel2
56         
'
57         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
58         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
59         Me.Panel2.Controls.Add(Me.lblSet)
60         Me.Panel2.Controls.Add(Me.Label1)
61         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
62         Me.Panel2.Name =
"Panel2"
63         Me.Panel2.Size = New System.Drawing.Size(
1001, 62)
64         Me.Panel2.TabIndex =
0
65         
'
66         
'lblSet
67         
'
68         Me.lblSet.AutoSize = True
69         Me.lblSet.Location = New System.Drawing.Point(
609, 20)
70         Me.lblSet.Name =
"lblSet"
71         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
72         Me.lblSet.TabIndex =
44
73         Me.lblSet.Text =
"Set"
74         Me.lblSet.Visible = False
75         
'
76         
'Label1
77         
'
78         Me.Label1.AutoSize = True
79         Me.Label1.BackColor = System.Drawing.Color.Transparent
80         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.Label1.ForeColor = System.Drawing.Color.White
82         Me.Label1.Location = New System.Drawing.Point(
415, 20)
83         Me.Label1.Name =
"Label1"
84         Me.Label1.Size = New System.Drawing.Size(
119, 24)
85         Me.Label1.TabIndex =
0
86         Me.Label1.Text =
"List of Staffs"
87         
'
88         
'dgw
89         
'
90         Me.dgw.AllowUserToAddRows = False
91         Me.dgw.AllowUserToDeleteRows = False
92         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
93         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
94         Me.dgw.BackgroundColor = System.Drawing.Color.White
95         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
96         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
97         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
98         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
100         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
101         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
102         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
103         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
104         Me.dgw.ColumnHeadersHeight =
30
105         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
106         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
107         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
108         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
109         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
110         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
111         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
112         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
113         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
114         Me.dgw.EnableHeadersVisualStyles = False
115         Me.dgw.GridColor = System.Drawing.Color.White
116         Me.dgw.Location = New System.Drawing.Point(
9, 161)
117         Me.dgw.MultiSelect = False
118         Me.dgw.Name =
"dgw"
119         Me.dgw.ReadOnly = True
120         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
121         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
122         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
123         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
125         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
126         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
127         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
128         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
129         Me.dgw.RowHeadersWidth =
25
130         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
131         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
132         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
134         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
135         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
136         Me.dgw.RowTemplate.Height =
18
137         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
138         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
139         Me.dgw.Size = New System.Drawing.Size(
1001, 466)
140         Me.dgw.TabIndex =
1
141         
'
142         
'GroupBox3
143         
'
144         Me.GroupBox3.Controls.Add(Me.txtStaffName)
145         Me.GroupBox3.Location = New System.Drawing.Point(
8, 75)
146         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
147         Me.GroupBox3.Name =
"GroupBox3"
148         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
149         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
150         Me.GroupBox3.TabIndex =
37
151         Me.GroupBox3.TabStop = False
152         Me.GroupBox3.Text =
"By Staff Name"
153         
'
154         
'txtStaffName
155         
'
156         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.txtStaffName.Location = New System.Drawing.Point(
27, 37)
158         Me.txtStaffName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
159         Me.txtStaffName.Name =
"txtStaffName"
160         Me.txtStaffName.Size = New System.Drawing.Size(
138, 21)
161         Me.txtStaffName.TabIndex =
0
162         
'
163         
'GroupBox1
164         
'
165         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
166         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
167         Me.GroupBox1.Controls.Add(Me.Button2)
168         Me.GroupBox1.Controls.Add(Me.Label5)
169         Me.GroupBox1.Controls.Add(Me.Label6)
170         Me.GroupBox1.Location = New System.Drawing.Point(
198, 75)
171         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
172         Me.GroupBox1.Name =
"GroupBox1"
173         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
174         Me.GroupBox1.Size = New System.Drawing.Size(
402, 79)
175         Me.GroupBox1.TabIndex =
39
176         Me.GroupBox1.TabStop = False
177         Me.GroupBox1.Text =
"By Joining Date"
178         
'
179         
'dtpDateTo
180         
'
181         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
182         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
183         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
184         Me.dtpDateTo.Name =
"dtpDateTo"
185         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
186         Me.dtpDateTo.TabIndex =
36
187         
'
188         
'dtpDateFrom
189         
'
190         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
191         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
192         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
193         Me.dtpDateFrom.Name =
"dtpDateFrom"
194         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
195         Me.dtpDateFrom.TabIndex =
35
196         
'
197         
'Button2
198         
'
199         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
200         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
201         Me.Button2.Location = New System.Drawing.Point(
318, 40)
202         Me.Button2.Name =
"Button2"
203         Me.Button2.Size = New System.Drawing.Size(
69, 23)
204         Me.Button2.TabIndex =
3
205         Me.Button2.Text =
"&Search"
206         Me.Button2.UseVisualStyleBackColor = True
207         
'
208         
'Label5
209         
'
210         Me.Label5.AutoSize = True
211         Me.Label5.Location = New System.Drawing.Point(
183, 21)
212         Me.Label5.Name =
"Label5"
213         Me.Label5.Size = New System.Drawing.Size(
26, 13)
214         Me.Label5.TabIndex =
34
215         Me.Label5.Text =
"To :"
216         
'
217         
'Label6
218         
'
219         Me.Label6.AutoSize = True
220         Me.Label6.Location = New System.Drawing.Point(
33, 21)
221         Me.Label6.Name =
"Label6"
222         Me.Label6.Size = New System.Drawing.Size(
36, 13)
223         Me.Label6.TabIndex =
33
224         Me.Label6.Text =
"From :"
225         
'
226         
'Panel3
227         
'
228         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
229         Me.Panel3.Controls.Add(Me.Button4)
230         Me.Panel3.Controls.Add(Me.btnReset)
231         Me.Panel3.Location = New System.Drawing.Point(
606, 80)
232         Me.Panel3.Name =
"Panel3"
233         Me.Panel3.Size = New System.Drawing.Size(
194, 74)
234         Me.Panel3.TabIndex =
41
235         
'
236         
'Button4
237         
'
238         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
239         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         Me.Button4.Location = New System.Drawing.Point(
102, 25)
241         Me.Button4.Name =
"Button4"
242         Me.Button4.Size = New System.Drawing.Size(
79, 33)
243         Me.Button4.TabIndex =
2
244         Me.Button4.Text =
"&Close"
245         Me.Button4.UseVisualStyleBackColor = True
246         
'
247         
'btnReset
248         
'
249         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
250         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         Me.btnReset.Location = New System.Drawing.Point(
16, 25)
252         Me.btnReset.Name =
"btnReset"
253         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
254         Me.btnReset.TabIndex =
0
255         Me.btnReset.Text =
"&Reset"
256         Me.btnReset.UseVisualStyleBackColor = True
257         
'
258         
'Panel1
259         
'
260         Me.Panel1.BackColor = System.Drawing.Color.White
261         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
262         Me.Panel1.Controls.Add(Me.Panel3)
263         Me.Panel1.Controls.Add(Me.GroupBox1)
264         Me.Panel1.Controls.Add(Me.GroupBox3)
265         Me.Panel1.Controls.Add(Me.dgw)
266         Me.Panel1.Controls.Add(Me.Panel2)
267         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
268         Me.Panel1.Name =
"Panel1"
269         Me.Panel1.Size = New System.Drawing.Size(
1021, 634)
270         Me.Panel1.TabIndex =
2
271         
'
272         
'frmStaffRecord
273         
'
274         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
275         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
276         Me.BackColor = System.Drawing.Color.DarkSlateGray
277         Me.ClientSize = New System.Drawing.Size(
1043, 661)
278         Me.Controls.Add(Me.Panel1)
279         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
280         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
281         Me.MaximizeBox = False
282         Me.MinimizeBox = False
283         Me.Name =
"frmStaffRecord"
284         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
285         Me.Panel2.ResumeLayout(False)
286         Me.Panel2.PerformLayout()
287         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
288         Me.GroupBox3.ResumeLayout(False)
289         Me.GroupBox3.PerformLayout()
290         Me.GroupBox1.ResumeLayout(False)
291         Me.GroupBox1.PerformLayout()
292         Me.Panel3.ResumeLayout(False)
293         Me.Panel1.ResumeLayout(False)
294         Me.ResumeLayout(False)
295
296     End Sub
297     Friend WithEvents Panel2 As System.Windows.Forms.Panel
298     Friend WithEvents Label1 As System.Windows.Forms.Label
299     Friend WithEvents dgw As System.Windows.Forms.DataGridView
300     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
301     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
302     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
303     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
304     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
305     Private WithEvents Button2 As System.Windows.Forms.Button
306     Friend WithEvents Label5 As System.Windows.Forms.Label
307     Friend WithEvents Label6 As System.Windows.Forms.Label
308     Friend WithEvents Panel3 As System.Windows.Forms.Panel
309     Private WithEvents Button4 As System.Windows.Forms.Button
310     Private WithEvents btnReset As System.Windows.Forms.Button
311     Friend WithEvents Panel1 As System.Windows.Forms.Panel
312     Friend WithEvents lblSet As System.Windows.Forms.Label
313
314 End Class


Gõ tìm kiếm nhanh...